home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / sdown156.zip / SHUTDOWN.TXT < prev   
Text File  |  1996-04-15  |  5KB  |  139 lines

  1. ShutDown v1.56
  2.  
  3.  
  4. Disclaimer:
  5.     No liability and all that stuff.
  6.  
  7.  
  8. License:
  9.     You are hereby granted a license to use and evaluate ShutDown
  10.     for thirty (30) days.  After this period, please register the
  11.     software or cease using it.  To register, send $10 to the address
  12.     shown below.  The first version of ShutDown was freeware.  People
  13.     had all sorts of neat requests, but I really did not feel like
  14.     working for free.  Please support registration.  Send $10 to:
  15.         Chris Bluethman
  16.         2302 N. Star Drive
  17.         Stillwater, OK  74075
  18.  
  19.     CompuServe members!  You can register online, Type GO SWREG.
  20.     The Registration ID is 8995.
  21.  
  22.  
  23. Description:
  24.     Why click on Start to shutdown your computer in Windows 95?
  25.     In Windows NT, why go to the Program Manager, click on
  26.     File, Shutdown, and then shutdown?  ShutDown makes it easier
  27.     by providing the same shutdown service NT's Program Manager
  28.     and 95's Start button does.  Make it a shortcut on the
  29.     95 desktop.  In Windows NT, I put it on my Microsoft Office
  30.     Toolbar.  You can also run ShutDown from the command line.
  31.     Great for shutting down the computer from a batch file or a
  32.     scheduling program.  The standard shutdown procedure is used,
  33.     so don't worry about losing data during the shutdown.  NT or
  34.     95 will ask every running application if they want to quit or
  35.     not.  ShutDown also supports timed shutdowns and running of a
  36.     batch file or program before shutting down.
  37.  
  38.  
  39. Command Line Parameters:
  40.     /RESTART
  41.         Restart Windows, or "quick" reboot.  Same as holding
  42.         down Shift when using the regular Windows 95 shutdown.
  43.         NOTE: This option has changed from previous versions of
  44.         ShutDown.  Previous versions had /RESTART and
  45.         /REBOOT doing the same thing, completely rebooting.
  46.         Now /RESTART under Windows NT does a log off
  47.         (/LOGOFF).  /RESTART under Windows 95 does a restart
  48.         without a reboot.
  49.     /REBOOT
  50.         Reboot the computer
  51.     /LOGOFF
  52.         Close all programs and log current user off.
  53.     /FORCE
  54.         Shutdown running applications whether they want to
  55.         quit or not.  WARNING: If you use this switch and an
  56.         application has unsaved data, the data will be lost.
  57.     /MSDOS
  58.         Restart the computer in MS-DOS mode.  This feature is
  59.         only available in Windows 95.
  60.     /HELP
  61.         Display this same information.
  62.     /T:n
  63.         Where "n" is the amount of time to wait before shutting
  64.         down.  "n" can be expressed in minutes or an actual time.
  65.         The presence of a second colon in the option will determine
  66.         how "n" is interpreted.  /T:15 means wait 15 minutes,
  67.         /T:15:45 means to shut down at 3:45 PM.  If "n" specifies
  68.         a time, it must be in 24 hour format.  Please see the
  69.         examples for more information.
  70.     /F:[path]filename.ext [params]
  71.         Run the named file just before shutting down.
  72.         [path] is optional.  [params] are parameters that
  73.         will be passed to filename.ext.  NOTE: If you use the
  74.         /F: switch, make it the LAST parameter on the command
  75.         line.  In this way, the parameters will be interpreted
  76.         correctly.
  77.     /POWEROFF
  78.         Shut down the system and turn off the power.  NOTE: The
  79.         system must support the power-off feature.
  80.  
  81.     Specifying nothing on the command line will shut down to a
  82.     power-off state.  Parameters can be combined for different
  83.     effects.  See the Examples below.
  84.  
  85.  
  86. Tips/Tricks:
  87.     Running ShutDown without any command line parameters will
  88.     just shut down to a power-off state.  If you want a different
  89.     type of shutdown, like a logoff or a complete reboot, you can add
  90.     the command line parameters discussed above.  In Windows 95,
  91.     the best thing to do is to create a shortcut on your desktop.
  92.     To change the command line parameters, right click to the
  93.     Properties for the shortcut.  Then click the Shortcut tab.
  94.     Now you can add /REBOOT or /LOGOFF to the end of the Target
  95.     line.
  96.  
  97.  
  98. Examples:
  99.     ShutDown /LOGOFF /T:3
  100.         Wait three minutes, close all applications,
  101.         and log off the current user.
  102.     
  103.     ShutDown /T:19:00
  104.         Shut down the computer at 19:00 hours (7:00 PM).
  105.  
  106.     ShutDown /T:4:15 /RESTART
  107.         Restart Windows at 04:15 hours (4:15 AM).
  108.         Note that NT will log off while 95 will restart without
  109.         reboot.
  110.  
  111.     ShutDown /MSDOS
  112.         Close all running programs and restart in MS-DOS mode.
  113.         Type "exit" to get back to Windows 95.
  114.  
  115.     ShutDown /RESTART /T:15 /F:C:\CLEAN.BAT
  116.         Wait fifteen minutes, run the batch file called
  117.         CLEAN.BAT, then restart Windows.  Note that /F:
  118.         is the last parameter.
  119.  
  120.     ShutDown /FORCE /F:NOTEPAD.EXE SIGNOFF.TXT
  121.         Run Notepad, edit a file called SIGNOFF.TXT, and then
  122.         do a forced shutdown.  All unsaved data will be lost.
  123.  
  124.     ShutDown /F:"D:\Things to do at end of session.bat"
  125.         Run the "Things to do at end of session.bat" file and
  126.         then shutdown.
  127.  
  128.  
  129. E-mail:
  130.     Send comments/suggestions to:
  131.         Chris Bluethman
  132.         Internet: cdb@excalibur.net
  133.         CompuServe: 72347,3306
  134.  
  135.  
  136. Trademarks/Acknowledgments
  137.     Microsoft Office, Windows 95, and Windows NT are products
  138.     of Microsoft Corporation.
  139.